home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11927 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.rain.org!usenet
  2. From: "Guus Leeuw jr." <guusl@eiffel.com>
  3. Newsgroups: comp.unix.programmer,comp.lang.c
  4. Subject: Re: Q: Size of a program
  5. Date: Wed, 27 Mar 1996 11:36:58 -0800
  6. Organization: Interactive Software Engineering Inc. http://www.eiffel.com/
  7. Message-ID: <315998DA.6A04D434@eiffel.com>
  8. References: <315821A7.3C8E@lava.weeg.uiowa.edu>
  9. NNTP-Posting-Host: @outback.eiffel.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (X11; I; Linux 1.2.8 i586)
  14.  
  15. Artur Wojdat wrote:
  16. [snip snip]
  17. >         We have some limitations on our system and I am not able to have
  18. > all my programs compiled. So, is there a way to make the executables
  19. > shrink in size ?? Any suggestions will be greatly appreciated
  20.  
  21. Depends on the system you're using. With Unix machines you can use `strip'. I
  22. don't know if there is such a thing for DOS boxes, though.
  23.  
  24. Anyways, this is of course way off topic and you should go to a system specific
  25. group instead.
  26.  
  27. Hope this helps,
  28.     Guus
  29.